runtime.workbufhdr.nobj (field)
49 uses
runtime (current package)
mgc.go#L1674: print(" wbuf1.n=", gcw.wbuf1.nobj)
mgc.go#L1679: print(" wbuf2.n=", gcw.wbuf2.nobj)
mgcmark.go#L1000: for i := 0; i < x.nobj; i++ {
mgcmark.go#L1009: x.nobj = 0
mgcstack.go#L214: buf.nobj = 0
mgcstack.go#L217: } else if buf.nobj == len(buf.obj) {
mgcstack.go#L224: buf.nobj = 0
mgcstack.go#L228: buf.obj[buf.nobj] = p
mgcstack.go#L229: buf.nobj++
mgcstack.go#L244: if buf.nobj == 0 {
mgcstack.go#L258: buf.nobj--
mgcstack.go#L259: return buf.obj[buf.nobj], head == &s.cbuf
mgcstack.go#L279: if x.nobj > 0 && uint32(addr-s.stack.lo) < x.obj[x.nobj-1].off+x.obj[x.nobj-1].size {
mgcstack.go#L282: if x.nobj == len(x.obj) {
mgcstack.go#L290: obj := &x.obj[x.nobj]
mgcstack.go#L291: x.nobj++
mgcwork.go#L167: } else if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L170: if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L179: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L180: wbuf.nobj++
mgcwork.go#L201: if wbuf == nil || wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L205: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L206: wbuf.nobj++
mgcwork.go#L227: for wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L234: n := copy(wbuf.obj[wbuf.nobj:], obj)
mgcwork.go#L235: wbuf.nobj += n
mgcwork.go#L262: if wbuf.nobj == 0 {
mgcwork.go#L265: if wbuf.nobj == 0 {
mgcwork.go#L276: wbuf.nobj--
mgcwork.go#L277: return wbuf.obj[wbuf.nobj]
mgcwork.go#L287: if wbuf == nil || wbuf.nobj == 0 {
mgcwork.go#L291: wbuf.nobj--
mgcwork.go#L292: return wbuf.obj[wbuf.nobj]
mgcwork.go#L304: if wbuf.nobj == 0 {
mgcwork.go#L313: if wbuf.nobj == 0 {
mgcwork.go#L346: if wbuf := w.wbuf2; wbuf.nobj != 0 {
mgcwork.go#L350: } else if wbuf := w.wbuf1; wbuf.nobj > 4 {
mgcwork.go#L370: return (w.wbuf1 == nil || (w.wbuf1.nobj == 0 && w.wbuf2.nobj == 0)) && w.spanq.empty()
mgcwork.go#L379: nobj int
mgcwork.go#L395: if b.nobj == 0 {
mgcwork.go#L401: if b.nobj != 0 {
mgcwork.go#L450: newb.nobj = 0
mgcwork.go#L498: n := b.nobj / 2
mgcwork.go#L499: b.nobj -= n
mgcwork.go#L500: b1.nobj = n
mgcwork.go#L501: memmove(unsafe.Pointer(&b1.obj[0]), unsafe.Pointer(&b.obj[b.nobj]), uintptr(n)*unsafe.Sizeof(b1.obj[0]))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)